@charset "utf-8";
/* CSS Document */

html, body{margin: 0px; padding: 0px;}

iframe {
margin-top: 20px;
margin-bottom: 30px;
-moz-border-radius: 12px;
-webkit-border-radius: 12px;
border-radius: 12px;
-moz-box-shadow 4px 4px 14px #000;
-webkit-box-shadow 4px 4px 14px #000;
box-shadow 4px 4px 14px #000;
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=.2); overflow-auto; background-color:rgba(128,0,128,0.5);
}

::-webkit-scrollbar {width: 6px; height: 4px;background-color:rgba(128,0,128,0.5);}
::-webkit-scrollbar-thumb {background-color:rgba(128,0,128,0.5); -webkit-border-radius: 1ex; }

::-webkit-scrollbar-thumb:hover {
  background: #ff0000; 
}